In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureOCR / GetBlockParagraphCount Method

GetBlockParagraphCount Method (GdPictureOCR)

In This Topic
Syntax
'Declaration

 

Public Function GetBlockParagraphCount( _

   ByVal OCRResultID As String, _

   ByVal BlockIdx As Integer _

) As Integer
public int GetBlockParagraphCount( 

   string OCRResultID,

   int BlockIdx

)
public function GetBlockParagraphCount( 

    OCRResultID: String;

    BlockIdx: Integer

): Integer; 
public function GetBlockParagraphCount( 

   OCRResultID : String,

   BlockIdx : int

) : int;
public: int GetBlockParagraphCount( 

   string* OCRResultID,

   int BlockIdx

) 
public:

int GetBlockParagraphCount( 

   String^ OCRResultID,

   int BlockIdx

) 

Parameters

OCRResultID
BlockIdx
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureOCR
GdPictureOCR Members